﻿body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, input, textarea, p, th, td, img {
    margin: 0;
    padding: 0;
}

img {
    border: 0
}

ol, ul {
    list-style: none
}

h1, h2, h3, h4, h5, h6 {
    font-size: 16px;
}

input {
    outline: none;
    border: none;
}

html {
    _overflow-y: scroll;
}

/*****！！页面通用css样式定义开始******/
html, body {
    min-width: 1000px;
    font-family: "Microsoft YaHei";
    _width: expression(document.body.clientWidth < 1000 ? "1000px" : "auto");
}

/* body的css定义:这里定义页面上下左右边距，页面背景颜色，滚动条颜色样式 */
body {
    font-family: "微软雅黑"; /*文字字体定义 */
    font-size: 14px; /*文字大小定义 */
    color: #666666; /*文字颜色定义 */
    min-width: 1000px;
}

/* 网站超链接css通用设置 */
a {
    text-decoration: none;
}

/* 链接无下划线,有为underline */
a:link {
    color: #2c2c2c;
}

/* 未访问的链接 */
a:visited {
    color: #2c2c2c;
}

/* 已访问的链接 */
a:hover {
    color: #2c2c2c;
    text-decoration: none;
}

/* 鼠标在链接上 */
a:active {
    color: #2c2c2c;
}

/* 点击激活链接 */
p {
    line-height: 24px;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.hide {
    display: none
}

.show {
    display: block
}

.dib {
    display: inline-block;
    *display: inline;
    zoom: 1;
}

/*.clear{clear:both; line-height:0; height:0; font-size:0px;}*/
.clear:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/*清除浮动*/
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    overflow: hidden;
}

/*清除浮动*/
.clearfix {
    display: inline-block
}

* html .clearfix {
    height: 1%
}

.clearfix {
    display: block
}

.dib {
    display: inline-block;
    *display: inline;
    zoom: 1;
}

.wrap {
    width: 1200px;
    margin: 0 auto;
    height: auto;
}

.red {
    color: red
}

/*表格样式定义 */
checkbox {
    border: 0px;
}

/*选择框样式定义 */
.input {
    border: 1px solid #ccc;
    height: 20px;
    line-height: 20px
}

ul, li {
    list-style: none
}

/*public*/
.size1 {
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
}

.backcolor {
    background: #3671cf;
}

.color {
    color: #3671cf;
}



/*header*/
.header {
    width: 100%;
    height: auto;
}

.header_welcome{
    width: 100%;
    height: 40px;
    background-color: #f7f7f7;
}
.header_welcome p{
    line-height: 40px;
}
.header_welcome ul li{
    float: left;
    line-height: 40px;
    padding:0 10px;
}
.header_welcome ul li img{
    padding-top: 13px;
    margin-left: 10px;
}
.header_center{
    height: 140px;
    width: 100%;
    background-color: white;
}
.header_center .left{
    height: 40px;
    margin:20px 0 0 0px;
}
.header_center .left .title{
    font-size: 35px;
    font-weight: 900;
    color: #185dab;
}
.header_center .left .content{
    font-size: 20px;
    font-weight: 400;
}
.header_center .right{
    margin: 46px 70px 0 0;
}


.header_center .right .right_phone{
    margin-left: 10px;
}
.header_center .right .phone{
    font-size: 20px;
    font-weight: 700;
    color: #185dab;
}



.header_nav{
    width: 100%;
    height: 60px;
    background-color:#185dab ;
}
.header_nav ul li{
    font-size: 20px;
    font-weight: 500;
    padding: 0 26px;
    float: left;
    height: 60px;
    line-height: 60px;
}
.header_nav ul li:hover{
    background-color: #f88301;
}
.header_nav ul li a{
    color: white;
    display: block;
}
.header_nav_find{
    color: white;
    border-left: 1px solid rgba(255, 255, 255, 0.49);

}
.hover{
    background-color: #f88301;
}

.header_map li{
    cursor: pointer;
}










    /*logo*/
.logo {
    width: 250px;
    height: 50px;
}

.logo img {
    display: block;
    max-width: 100%;
    margin: 0 auto
}

/*menu*/
.menu {
    position: relative;
    z-index: 100
}

.menu > li {
    height: 58px;
    line-height: 25px;
    padding: 0 17px;
    float: left;
    text-align: center;
    position: relative;
}

.menu > li a {
    font-size: 16px;
    color: #494747;
}

.menu > li:hover, .menu > li.hover {
    background: url(../images/public/navli.jpg) no-repeat center bottom;
}

.menu li span {
    display: block;
    text-align: center;
    font-size: 14px;
}

.menu .menu_2 {
    position: absolute;
    width: 100%;
    top: 58px;
    left: 0;
    display: none;
    overflow: hidden;
}

.menu .menu_2 li {
    background: #fff
}

.menu .menu_2 a {
    display: block;
    font-size: 14px;
    line-height: 40px;
    color: #494747;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.menu li:hover .menu_2 {
    display: block;
}

.main {
    margin-bottom: 10px;
}

/*footer*/
.footer{
    width: 100%;
    height: auto;
   background-color: #155092;
    color: white;
}
.footer_box{
    padding-top: 45px;
    width: 1200px;
    height: 315px;
    position: relative;
    /*background-color: white;*/
}
.footer_left{
    width: 288px;
    height: auto;

}
.footer_left h1{
    font-size: 35px;
    padding-bottom: 20px;
}
.footer_left a{
    color: white;
}
.footer_center{
    width: 655px;
    height: auto;
    padding-left: 10px;
}
.footer_center_box{
    width: 660px;
    position: relative;
    margin-top: 30px;
}
.footer_center_title{
    padding-top: 10px;

}
.footer_center a{
    font-weight: 600;
  color: white;
    padding-right: 10px;
}
.footer_center .phone{
    width: 310px;
}
.footer_center .dotted{
  height: 260px;
    width: 1px;
    border-left: 1px dotted white;
    margin: 0 50px 0 0;
}
.footer_nav{
    width: 330px;
    height: 260px;
    position: absolute;
    top: 0;
    right: 0;
}

.footer_nav li{
    width: 110px;
    height: 30px;
    text-align: center;
    float: left;
    padding-bottom: 30px;
    /*padding-bottom: 40px;*/
}
.footer_contact{
    position: absolute;
    top: 190px;
    left: 351px;
}
.footer_contact a{
    padding-right: 20px;
}
.footer_right{
    text-align: center;
    width: 110px;
    position: absolute;
    top: 112px;
    right: 30px;
}
.footer_right p{
     text-align: center;
    padding-top: 10px;
    font-size: 12px;
}
.footer_right img{
    width: 95px;
}
.footer_bottom{
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
}
.footer_bottom a{
    color: white;
}
.banner002 img{
    width: 100%;
    height: 370px;
}